home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mspa.dir / 00225.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  291 b   |  18 lines

  1. on enterFrame
  2.   global fullscreenG, MovieSeq
  3.   if fullscreenG = 1 then
  4.     if MovieSeq = 1 then
  5.       puppetSprite(48, 1)
  6.       set the visible of sprite 48 to 1
  7.       updateStage()
  8.     end if
  9.   end if
  10. end
  11.  
  12. on exitFrame
  13.   global movielist, comp
  14.   if comp then
  15.     compilemovQ()
  16.   end if
  17. end
  18.